home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDATASHOWCOLSDIALOG / TDATASHOWCOLSDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  88 lines

  1. inherited DataShowColsDialog: TDataShowColsDialog
  2.   Left = 491
  3.   Top = 147
  4.   BorderStyle = bsSizeable
  5.   Caption = 'Visible Columns'
  6.   ClientHeight = 305
  7.   ClientWidth = 369
  8.   Constraints.MinHeight = 235
  9.   Constraints.MinWidth = 377
  10.   OnClose = FormClose
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object LB: TUiCheckListBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 352
  19.     Height = 225
  20.     Anchors = [akLeft, akTop, akRight, akBottom]
  21.     ItemHeight = 13
  22.     Style = lbOwnerDrawFixed
  23.     TabOrder = 0
  24.     OnDrawItem = LBDrawItem
  25.   end
  26.   object AllBtn: TUiButton
  27.     Left = 8
  28.     Top = 240
  29.     Anchors = [akLeft, akBottom]
  30.     Caption = 'Mark All'
  31.     TabOrder = 1
  32.     OnClick = AllClick
  33.     AutoSize = asLeft
  34.   end
  35.   object NoneBtn: TUiButton
  36.     Left = 88
  37.     Top = 240
  38.     Anchors = [akLeft, akBottom]
  39.     Caption = 'Unmark All'
  40.     TabOrder = 2
  41.     OnClick = NoneClick
  42.     AutoSize = asLeft
  43.   end
  44.   object DifferentBtn: TUiButton
  45.     Left = 168
  46.     Top = 240
  47.     Anchors = [akLeft, akBottom]
  48.     Caption = 'Only Mark Different'
  49.     TabOrder = 3
  50.     OnClick = DifferentClick
  51.     AutoSize = asLeft
  52.   end
  53.   object BottomPanel: TUiPanel
  54.     Left = 0
  55.     Top = 272
  56.     Width = 369
  57.     Height = 33
  58.     Align = alBottom
  59.     BevelOuter = bvNone
  60.     TabOrder = 4
  61.     SizeGripper = True
  62.     DesignSize = (
  63.       369
  64.       33)
  65.     object OkBtn: TUiButton
  66.       Left = 208
  67.       Top = 0
  68.       Anchors = [akTop, akRight]
  69.       Caption = 'OK'
  70.       Default = True
  71.       ModalResult = 1
  72.       TabOrder = 0
  73.       OnClick = OkClick
  74.       AutoSize = asRight
  75.     end
  76.     object CancelBtn: TUiButton
  77.       Left = 288
  78.       Top = 0
  79.       Anchors = [akTop, akRight]
  80.       Cancel = True
  81.       Caption = 'Cancel'
  82.       ModalResult = 2
  83.       TabOrder = 1
  84.       AutoSize = asRight
  85.     end
  86.   end
  87. end
  88.